home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / dev / e / dech.lha / dech / DECH.Readme < prev    next >
Text File  |  1998-02-04  |  4KB  |  110 lines

  1. About DECH - Deniil E-Compiler Handler v1.31!
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3. This program is made for you who program in Amiga-E and
  4. compile alot, which is usual, and is tired of CLI/Shell
  5. or the Workbench menu (ToolsDaemon)!
  6.  
  7. With this program can you easy select one or more files
  8. that you often compile and then with just ONE mouse-click
  9. compile the active file and one more click to run it!
  10.  
  11.  
  12. Usage:
  13. ~~~~~~
  14. EC: E-Compile the first file in the right list
  15. RP: Run the file compiled with EC
  16. Cn: Compile the n:th file in the right list
  17. Rn: Run the file compiled with Cn
  18. --
  19. ED: Select a file to open with your favorite text-EDitor
  20. V : Select a file to open with your favorite text-Viewer
  21. SF: Open/close the FileSelector
  22. C : Open/close the output that is a Console by default. (se notes below!)
  23. ? : Open/close the prefs-editor
  24. Q : Quit
  25.  
  26. All this buttons can also be controlled from the keybord:
  27. EC: F10
  28. RP: 0
  29. Cn: Fn, i.e. F1..F9
  30. Rn: n,  i.e. the numberkeys 1..9
  31. ED: 'e'
  32. V : 'v'
  33. SF: 'f'
  34. C : 'c'
  35. ? : '?'
  36. Q : 'q'
  37.  
  38. You can press the right mouse-button or 'Help' to get a small
  39. info-window with information of what the different gadgets do.
  40.  
  41.  
  42. The editor- and viewer-selector:
  43. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  44. If you press 'ED' or 'V' you will get a little window with
  45. some numbers and a C. With the editor also an E.
  46. Any number will open the corresponding file in your favorite
  47. text-editor/viewer.
  48. The C stands for Cancel.
  49. The E stands for 'Empty editor'.
  50. The keys 'e', 'c' and the numbers 1..n also works here.
  51.  
  52. The fileselector:
  53. ~~~~~~~~~~~~~~~~~
  54. The left lister is where all files comes in after you have
  55. selected them with 'Add'. One file or more will also always be
  56. present in the right lister where every item is a button in the
  57. main-window.
  58. You can copy file from the left lister to the right by select
  59. one in the left and then press 'Copy>' or change an item in the
  60. right by pressing '>Ref>' for refresh. You delete with 'Del->'.
  61.  
  62. 'Load' and 'Save' will load and save the entire config to ENVARC:.
  63.  
  64.  
  65. The prefs-window (?):
  66. ~~~~~~~~~~~~~~~~~~~~~
  67. Editor:   Your favorite editor with path.
  68.           Has an argument-string at the rigth.
  69. Viewer:   Your favorite viewer with path.
  70.           Has an argument-string at the rigth.
  71. Compiler: The compiler with path.
  72. Executer: You could enter 'Run "%s"' here but just "%s" will do.
  73. Output:   An output-file, console or whatever you like.
  74.           You can set up to 4 %d that will be the coordinates
  75.           of a console-window.
  76.  
  77. With |Adjust console-window| can you with a simple move place
  78. your console.
  79.  
  80. |Save| will save the entire config-file to ENVARC:.
  81.  
  82.  
  83. Usage of the console:  IMPORTENT!
  84. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  85. When you use the console it is importent that if you have started
  86. a program trough 'RP' or 'Rn' with the console opened and the
  87. program outputs text to the console that you must not close it or
  88. things might go very wrong!!
  89. It is then better to close the console and then start your program,
  90. editor or viewer so that it will get the original 'stdout'-variable
  91. instead unless your'e just debugging a project of yours and don't
  92. want your screen full of consoles everytime you test your program :)
  93.  
  94. You can, in the prefs-window, set "Don't touch the stdout console"
  95. if you start DECH from the CLI/Shell.
  96.  
  97.  
  98. Author:
  99. ~~~~~~~
  100. Daniel Westerberg  alias  Deniil 715! - AmigaE programmer!
  101. e-mail:  deniil@algonet.se
  102.  
  103. Send bug-reports and/or suggestions to me.
  104.  
  105. You can also browse in on OnyxSoft's homepage to se more of
  106. my and Develin's creations!
  107.  
  108. OnyxSoft:  www.alfaskop.net/~develin/onyxsoft.html
  109.  
  110.